home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / lib / tclX6.4c / dist / tcllib / help / status / cd < prev    next >
Encoding:
Text File  |  1992-11-10  |  549 b   |  10 lines

  1.           cd ?dirName?
  2.                Change the current working directory to dirName, or  to
  3.                the   home   directory   (as   specified  in  the  HOME
  4.                environment variable) if  dirName  is  not  given.   If
  5.                dirName  starts  with  a tilde, then tilde-expansion is
  6.                done as described for Tcl_TildeSubst.  Returns an empty
  7.                string.   This command can potentially be disruptive to
  8.                an  application,  so  it  may  be   removed   in   some
  9.                applications.
  10.